Improve docs for focus-line-pattern
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 23 Jan 2014 21:23:24 +0000 (16:23 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 23 Jan 2014 21:58:18 +0000 (16:58 -0500)
gtk/gtkwidget.c

index da31b5f735c6c3a6e0a4c720fbbd732dd285ebce..896ff398e60d5335bb2113f38a2724276960f09e 100644 (file)
@@ -3467,7 +3467,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   gtk_widget_class_install_style_property (klass,
                                           g_param_spec_string ("focus-line-pattern",
                                                                P_("Focus line dash pattern"),
-                                                               P_("Dash pattern used to draw the focus indicator"),
+                                                               P_("Dash pattern used to draw the focus indicator. The character values are interpreted as pixel widths of alternating on and off segments of the line."),
                                                                "\1\1",
                                                                GTK_PARAM_READABLE));
   gtk_widget_class_install_style_property (klass,